filechooserwidget: Let the rename entry hexpand
authorTimm Bäder <mail@baedert.org>
Sat, 4 Feb 2017 09:49:43 +0000 (10:49 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jul 2017 19:11:26 +0000 (15:11 -0400)
This makes a difference with other locals where error messages are
longer than the standard width of entry+spacing+button.

https://bugzilla.gnome.org/show_bug.cgi?id=775636

gtk/ui/gtkfilechooserwidget.ui

index eb021bef45c5f56fbdb1a47e60bbae27d15a32b2..40e688ba2882d7faea8998c83b46d60d0afcf4c5 100644 (file)
           <object class="GtkEntry" id="new_folder_name_entry">
             <property name="width-chars">25</property>
             <property name="activates-default">1</property>
+            <property name="hexpand">true</property>
             <signal name="changed" handler="new_folder_name_changed"/>
           </object>
           <packing>